<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jgyj_banner .jgyj_banner_bg{
    font-size: 0;
    height: 650px;
}
.jgyj_banner .jgyj_banner_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jgyj_banner .swiper-button-prev,.jgyj_banner .swiper-button-next{
    width: 50px;
    height: 100px;
    margin: 0;
    transform: translateY(-50%);
}
.jgyj_banner .swiper-button-prev{
    left: 0;
    background: url(../images/slide/banner_left.png)no-repeat center;
}
.jgyj_banner .swiper-button-next{
    right: 0;
    background: url(../images/slide/banner_right.png)no-repeat center;
}
.jgyj_banner .swiper-pagination{
    font-size: 0;
    bottom: 29px;
}
.jgyj_banner .swiper-pagination .swiper-pagination-bullet{
    width: 19px;
    height: 3px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin: 0 2.5px;
}
.jgyj_banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #B23636;
}</pre></body></html>